The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "moosex::nonmoose"

MooseX::NonMoose - easy subclassing of non-Moose classes River stage three • 61 direct dependents • 191 total dependents

"MooseX::NonMoose" allows for easily subclassing non-Moose classes with Moose, taking care of the annoying details connected with doing this, such as setting up proper inheritance from Moose::Object and installing (and inlining, at "make_immutable" t...

DOY/MooseX-NonMoose-0.26 - 25 Feb 2014 23:17:57 UTC - Search in distribution

Moo - Minimalist Object Orientation (with Moose compatibility) River stage four • 2117 direct dependents • 5269 total dependents

"Moo" is an extremely light-weight Object Orientation system. It allows one to concisely define objects and roles with a convenient syntax that avoids the details of Perl's object system. "Moo" contains a subset of Moose and is optimised for rapid st...

HAARG/Moo-2.005005 - 05 Jan 2023 20:56:38 UTC - Search in distribution

YADA - "Yet Another Download Accelerator": alias for AnyEvent::Net::Curl::Queued River stage zero No dependents

Use AnyEvent::Net::Curl::Queued with fewer keystrokes. Also, the *easy things should be easy* side of the package. For the *hard things should be possible* side, refer to the complete AnyEvent::Net::Curl::Queued documentation....

SYP/AnyEvent-Net-Curl-Queued-0.049 - 07 Apr 2021 07:02:55 UTC - Search in distribution

MooX::Press - quickly create a bunch of Moo/Moose/Mouse classes and roles River stage one • 5 direct dependents • 9 total dependents

MooX::Press (pronounced "Moo Express") is a quick way of creating a bunch of simple Moo classes and roles at once without needing to create separate Perl modules for each class and each role, and without needing to add a bunch of boilerplate to each ...

TOBYINK/MooX-Press-0.086 - 19 Jul 2022 09:06:55 UTC - Search in distribution

DBIx::Class::ResultSet - Represents a query used for fetching a set of results. River stage three • 342 direct dependents • 452 total dependents

A ResultSet is an object which stores a set of conditions representing a query. It is the backbone of DBIx::Class (i.e. the really important/useful bit). No SQL is executed on the database when a ResultSet is created, it just stores all the condition...

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC - Search in distribution

Task::Kensho - A Glimpse at an Enlightened Perl River stage one • 4 direct dependents • 4 total dependents

Task::Kensho is a list of recommended, widely used and best-in-class modules for Enlightened Perl development. CPAN is wonderful, but there are too many wheels and you have to pick and choose amongst the various competing technologies. From <http://e...

ETHER/Task-Kensho-0.41 - 03 Jul 2021 03:40:21 UTC - Search in distribution

Job::Machine - Job queue handling using PostgreSQL. River stage zero No dependents

Job queue handling using PostgreSQL. A small, but versatile system for sending jobs to a message queue and, if necessary, communicating answers back to the sender. Job::Machine uses LISTEN / NOTIFY from PostgreSQL to send signals between clients and ...

KAARE/Job-Machine-0.26 - 05 Sep 2015 10:30:30 UTC - Search in distribution

Statistics::FactorAnalysis - A Perl implementation of Factor Analysis using the Principal Component Method. River stage zero No dependents

Factor analysis is a statistical method by which the variability of a large set of observed variables is described in terms of a smaller set of unobserved variables termed factors. Factor analysis uses the premise that data observed from such a large...

DSTH/Statistics-FactorAnalysis-0.0-2 - 18 Dec 2009 00:38:34 UTC - Search in distribution

Moose::Manual::Delta - Important Changes in Moose River stage four • 2916 direct dependents • 4004 total dependents

This documents any important or noteworthy changes in Moose, with a focus on things that affect backwards compatibility. This does duplicate data from the Changes file, but aims to provide more details and when possible workarounds. Besides helping k...

ETHER/Moose-2.2207 - 21 Jan 2024 01:10:45 UTC - Search in distribution

Geo::METAR::Deduced - deduce aviation information from parsed METAR data River stage zero No dependents

Get information from METAR that isn't explicitly in the METAR....

IPENBURG/Geo-METAR-Deduced-v1.0.4 - 14 Apr 2021 11:46:33 UTC - Search in distribution

Task::BeLike::GETTY - be like GETTY (without the insanity hopefully) -- use what drives his gears River stage zero No dependents

GETTY/Task-BeLike-GETTY-20150205.000 - 05 Feb 2015 04:25:38 UTC - Search in distribution

Class::Measure::Scientific::FX_992vb - units of measurement like the CASIO fx-992vb River stage one • 1 direct dependent • 1 total dependent

Create, compare and convert units of measurement as the CASIO fx-992vb. This has little to do with the CASIO fx-992vb itself, the hardware just provides a stable curated scope of range and precision for the 128 constants used in this module so it won...

IPENBURG/Class-Measure-Scientific-FX_992vb-v0.0.7 - 25 Jan 2021 12:05:31 UTC - Search in distribution

DBIx::Class::Schema::Loader::Base - Base DBIx::Class::Schema::Loader Implementation. River stage three • 34 direct dependents • 101 total dependents

This is the base class for the storage-specific "DBIx::Class::Schema::*" classes, and implements the common functionality between them....

VEESH/DBIx-Class-Schema-Loader-0.07052 - 06 Jan 2024 20:54:24 UTC - Search in distribution

Task::Moose - Moose in a box River stage one • 3 direct dependents • 3 total dependents

This Task installs Moose and then optionally installs a number of Moose extensions listed below. This list is meant to be comprehensive, so if I missed something please let me know....

DOY/Task-Moose-0.03 - 27 Sep 2009 17:58:01 UTC - Search in distribution

Mite::Manual::Features - other features provided by Mite River stage zero No dependents

TOBYINK/Mite-0.012000 - 12 Dec 2022 20:44:49 UTC - Search in distribution

Task::Kensho::OOP - A Glimpse at an Enlightened Perl: Object Oriented Programming River stage one • 2 direct dependents • 2 total dependents

From <http://en.wikipedia.org/wiki/Kensho>: Kenshō (見性) (C. Wu) is a Japanese term for enlightenment experiences - most commonly used within the confines of Zen Buddhism - literally meaning "seeing one's nature"[1] or "true self."[2] It generally "re...

ETHER/Task-Kensho-OOP-0.41 - 03 Jul 2021 16:19:11 UTC - Search in distribution

MooseX::Alien - Extend a non-Moose class with Moose River stage zero No dependents

The fact that Moose objects are hashrefs means it is easy to use Moose to extend non-Moose classes, as long as they too are hash references. This role usses an approach similar to the defined in Moose::Cookbook::FAQ. However this role will call BUILD...

GBARR/MooseX-Alien-1.01 - 21 Sep 2009 13:45:44 UTC - Search in distribution

lib/Momo.pm River stage one • 1 direct dependent • 1 total dependent

Why I want to write this module? If you heard about Moose or Moo,you know they are pretty module for perl object-oriented program. Compare with old style of perl5 object-oriented program: package Foo; BEGIN{ push @ISA,"Some::SuperClass"; } # or use b...

TOMORROW/Momo-1.2 - 29 Mar 2014 04:33:25 UTC - Search in distribution

WebNano::Controller - WebNano Controller River stage one • 2 direct dependents • 2 total dependents

This is the WebNano base controller. It's handle method dispatches the request to appropriate action method or to a next controller. The action method should return a string containing the HTML page, a Plack::Response object or a code ref. If there i...

ZBY/WebNano-0.007 - 19 May 2012 09:04:02 UTC - Search in distribution

MouseX::Foreign - Extends non-Mouse classes as well as Mouse classes River stage one • 1 direct dependent • 5 total dependents

MouseX::Foreign provides an ability for Mouse classes to extend any classes, including non-Mouse classes, including Moose classes....

GFUJI/MouseX-Foreign-1.000 - 10 Apr 2014 22:08:12 UTC - Search in distribution
26 results (0.042 seconds)